Micron Document
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| SparkN0de-git | SparkN0de |
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------


Commit d2b8e4f7d74e15638f2bfe16a8f1b88bada02d58


Parents : 5700c3d
Author : Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-05-03T21:56:51-05:00

style(MicronParser): update CSS properties for Mu-mnt-group to do text wrapping

Changes

1 files changed, 3 insertions(+), 1 deletions(-)


Diff

diff --git a/meshchatx/src/frontend/js/MicronParser.js b/meshchatx/src/frontend/js/MicronParser.js
index 9acd5302..152ec788 100644
--- a/meshchatx/src/frontend/js/MicronParser.js
+++ b/meshchatx/src/frontend/js/MicronParser.js
@@ -200,7 +200,9 @@ export default class MicronParser extends BaseMicronParser {
.Mu-mnt-group {
display: inline;
font-family: inherit;
- white-space: pre;
+ white-space: pre-wrap;
+ overflow-wrap: anywhere;
+ word-break: break-word;
text-decoration: inherit;
vertical-align: baseline;
line-height: 1.25;


──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────